home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / MPI10A.ZIP / MPI.DOC < prev    next >
Encoding:
Text File  |  1996-04-14  |  3.4 KB  |  85 lines

  1.  INTRO
  2.  
  3.   MPI.EXE is freeware!
  4.  
  5.   MPI.EXE provides a menu driven interface for dos based offline mail
  6. readers to  use pgp.  It saves having to remember the various pgp
  7. command line  options, and provides for selecting which keys to use,
  8. from a a list of the keys on your keyrings.  MPI may be used with any
  9. mail reader that supports an external editor, or spell checker.
  10.  
  11.   The distribution should include the following files ...
  12. FILE_ID.DIZ - description for bulletin board systems.
  13. MPI.EXE     - the program (obvious eh?)
  14. MPI.DOC     - take a wild guess!<g>
  15. MPI.SIG     - The pgp signature of MPI.EXE, made using keyid 0x9E670369
  16. HODGINS.ASC - My pgp public key, which when added to your keyring, should
  17.               show a valid signature from Peter Gutmann <pgut1@cs.aukuni.ac.nz>,
  18.               whose key is included with the pgp distribution files.
  19.  
  20.  
  21.   INSTALLATION
  22.  
  23.   First add my key to your public keyring using ...
  24.  
  25. PGP HODGINS.ASC
  26.  
  27.   If the signature from Peter is not present, or invalid, you may get a copy
  28. of my public key from any of the public pgp key servers, or directly from me.
  29. (See below for how to contact me).
  30.  
  31.   Check the signature on the exe file using
  32. PGP MPI.SIG
  33. and entering MPI.EXE when prompted.
  34.  
  35.   If the signature doesn't show as valid, contact me directly for a good copy.
  36.  
  37.   Copy MPI.EXE to a directory on your path.
  38.  
  39.   If you're going to execute mpi in place of a spell checker, set up your
  40. reader to execute mpi.exe, passing the name of the message file as the
  41. first (and only) parameter.  If you want to still be able to use an external
  42. spell checker, create a file called spellchk.bat, and put it in the same
  43. directory as mpi.exe.  When selected, the batch file will be executed,
  44. passing the name of the message file, as the first parameter.  Note that
  45. the batch file name must be spellchk.bat, and must be located in the same
  46. directory as mpi.exe, or the option will not be displayed on the mpi
  47. menu.
  48.  
  49.   If you're going to use the option for an external editor, create a
  50. batch file that executes the external editor of your choice, followed by
  51. mpi, making sure that the parm passed to mpi is the message file.
  52.  
  53.   The options on the main menu are pretty self explanatory.  Help is available
  54. on the various selection screens, by pressing the f1 key.
  55.  
  56.   NOTES
  57.  
  58.   The environment variable PGPPATH must be set, so mpi.exe can find your
  59. key rings.  MPI will look the the directories in your path, and in the
  60. directory pointed to by PGPPATH, for PGP.EXE.
  61.  
  62.   If the message file does not exist, or is empty, only the options to
  63. post a key, or append a file will be shown.
  64.  
  65.   I'd like to thank John Schofield for writing ez-pgp, which I used until
  66. I switched to windows 95.  When ez-pgp wouldn't work under 95, I decided
  67. to write my own interface, and decided this would be a good project to
  68. teach myself c.  As this is my first c program, the code is rather messy,
  69. so I'm not including it in this distribution.  I will send a copy to
  70. anyone who'd like to check it out.
  71.  
  72.    Of course I'd also like to thank Phil Zimmermann, and all of the people
  73. involved in creating/distributing pgp.
  74.  
  75.  
  76.   CONTACTING ME
  77.  
  78.   I can be reached via the internet at Dave.Hodgins@Westonia.com. The
  79. fidonet address of Westonia is 1:250/636, and the rime address is 1347.
  80.  
  81.   I also usually read the fidonet public keys echo, the usenet newsgroup
  82. alt.security.pgp, and the cypherpunks mailing list.
  83.  
  84.   Regards, Dave Hodgins.
  85.